home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / Utilities / MPW Interfaces 7.1 Beta / CIncludes / PrintTraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-28  |  765 b   |  35 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        PrintTraps.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Written by:    xxx put writers here xxx
  7.  
  8.     Copyright:    © 1990, 1992 by Apple Computer, Inc., all rights reserved.
  9.  
  10. *** Warning: This is an alpha version of the Interfaces for Cube-E. 
  11. ***          Things may change.  Caveat Programmer.
  12.  
  13.  
  14. */
  15.  
  16. /************************************************************
  17.  
  18. Created: Thursday, September 7, 1989 at 5:45 PM
  19.     PrintTraps.h
  20.     C Interface to the Macintosh Libraries
  21.  
  22.  
  23.     Copyright Apple Computer, Inc.    1985-1989
  24.     All rights reserved
  25.  
  26. ************************************************************/
  27.  
  28. /* This file is provided to support existing references to it. The up to date interface is
  29.    defined in Printing.h
  30. */
  31.  
  32. #ifndef __PRINTING__
  33. #include <Printing.h>
  34. #endif
  35.